home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1330 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.6 KB

  1. Subject: ramblings
  2. Date: Tue, 26 Apr 1994 23:10:45 -0700
  3. From: Howard Chu <howard@harry.lloyd.com>
  4.  
  5. Well, I connected my new 1 gig hard drive to both my TT and Falcon
  6. simultaneously, and much as I expected, it worked. Only problem was I had to
  7. manually force media changes on one system after writing files from the other.
  8. I also didn't try writing from both systems simultaneously, although I was
  9. able to interleave reads (program load, etc.) on one while compiling on the
  10. other.
  11.  
  12. I did a stab at a DMA shared memory driver a long time ago on MiNT 0.9xx when
  13. I was playing with this on my Mega and STe, but let it fall by the wayside
  14. because it stopped working when I hooked the Falcon up. I guess there was
  15. something about the Falcon's SCSI-2 controller that my ICD AdSCSI cards on the
  16. Mega and STe didn't like, but no such problem exists between the Falcon and the
  17. TT. My question now is, how much interest is there in this to the rest of the
  18. world? I would guess that not too many folks have more than 1 Atari system
  19. set up anyway...
  20.  
  21. (In my own case, I've had as many as 5 Ataris online at once, and I always 
  22. felt it was silly to transfer files by copying them to floppy and moving 'e
  23. around that way...)
  24.  
  25. Hm... If you were to implement a shared memory device driver for tying together
  26. multiple systems over ACSI/SCSI, what functions/functionality would you want?
  27. I guess it's really a network pipe, not a shared memory, although it could be
  28. considered as such. (Suppose a number of machines, with full swapping
  29. implemented, and a shared swap database. Instant process migration...)
  30.